Skip to main content

Retrieve detailed information about instances using Monitor ID

GET 

/query/objects/:id/instances

Call this API to obtain detailed information for each monitor instance.

Request

Path Parameters

    id integerrequired

    Unique identifier for the monitor. This Monitor ID is required to fetch detailed information about the corresponding monitor instances. "

Responses

The request was successful, and the server has returned the requested monitor instance details. The response contains a JSON object with the monitor instance information.

Schema
    result object[]
  • Array [
  • status string
    interface string
    interface.name string
    interface.index string
    interface.address string
    interface.description string
    interface.type string
    interface.bit.type string
    interface.speed.bytes.per.sec integer
  • ]
Loading...